AddMessage OLE Automation RoutineAddMessage( message ) Wilbur maintains a list of messages that would normally appear in warning boxes etc. This list can be retrieved with the GetMessage routine and cleared with the ClearMessage routine. The AddMessage routine is provided so you can inject your own messages into this list. A newline will automatically be added to the end of message. Example: wilbur.AddMessage("My error or diagnostic message") |
Copyright ⌐ 1999 RedTree
Development Inc. All rights reserved. |